VMX: constrain vmx_intr_assist() debugging code to debug builds
authorJan Beulich <jbeulich@suse.com>
Mon, 8 May 2017 11:36:28 +0000 (13:36 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 8 May 2017 11:36:28 +0000 (13:36 +0200)
commitd595e126c96976d056d7877e4319b3f2f3d246b1
tree0c1817ea2e2baf28859930b1e97b5d1a70c8e8ca
parent8839be5c1fe339a1310b4e05e88c5a0230b7959d
VMX: constrain vmx_intr_assist() debugging code to debug builds

This is because that code, added by commit 997382b771 ("y86/vmx: dump
PIR and vIRR before ASSERT()"), was meant to be removed by the time we
finalize 4.9, but the root cause of the ASSERT() wrongly(?) triggering
still wasn't found.

Take the opportunity and also correct the format specifiers, which I
had got wrong when editing said change while committing.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
Release-Acked-by: Julien Grall <julien.grall@arm.com>
xen/arch/x86/hvm/vmx/intr.c